From: Glenn Morris Date: Wed, 22 Aug 2007 07:42:18 +0000 (+0000) Subject: (help-with-tutorial): Tutorials now in tutorial-directory. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17065 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8639be02583edcc9b2600cd6fc4f3627d030aa80;p=emacs.git (help-with-tutorial): Tutorials now in tutorial-directory. --- diff --git a/lisp/tutorial.el b/lisp/tutorial.el index df71ea9fb9a..841facff69c 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -847,7 +847,7 @@ Run the Viper tutorial? ")) (delete-region (point-min) (point)) (goto-char tutorial--point-before-chkeys) (setq tutorial--point-before-chkeys (point-marker))) - (insert-file-contents (expand-file-name filename data-directory)) + (insert-file-contents (expand-file-name filename tutorial-directory)) (forward-line) (setq tutorial--point-before-chkeys (point-marker)))